home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TANALYSISFORM / TANALYSISFORM.txt
Encoding:
Text File  |  1999-03-12  |  4.2 KB  |  192 lines

  1. object AnalysisForm: TAnalysisForm
  2.   Left = 200
  3.   Top = 109
  4.   Width = 407
  5.   Height = 268
  6.   Caption = 'AnalysisForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 399
  20.     Height = 193
  21.     ActivePage = FieldsPage
  22.     Align = alTop
  23.     TabOrder = 0
  24.     object FieldsPage: TTabSheet
  25.       Caption = 'FieldsPage'
  26.       TabVisible = False
  27.       object Label1: TLabel
  28.         Left = 96
  29.         Top = 8
  30.         Width = 130
  31.         Height = 13
  32.         Caption = 'Fields available for analysis:'
  33.       end
  34.       object Label2: TLabel
  35.         Left = 264
  36.         Top = 56
  37.         Width = 105
  38.         Height = 39
  39.         Caption = 'Select the fields for your analysis and then press '#39'Next'#39'.'
  40.         WordWrap = True
  41.       end
  42.       object CLB1: TCheckListBox
  43.         Left = 96
  44.         Top = 24
  45.         Width = 161
  46.         Height = 153
  47.         OnClickCheck = CLB1ClickCheck
  48.         ItemHeight = 13
  49.         TabOrder = 0
  50.       end
  51.     end
  52.     object AnalSelectPage: TTabSheet
  53.       Caption = 'AnalSelectPage'
  54.       TabVisible = False
  55.       object GroupBox1: TGroupBox
  56.         Left = 16
  57.         Top = 16
  58.         Width = 361
  59.         Height = 137
  60.         Caption = 'Select analysis desired '
  61.         TabOrder = 0
  62.         object MinCB: TCheckBox
  63.           Left = 24
  64.           Top = 24
  65.           Width = 169
  66.           Height = 17
  67.           Caption = 'Minimum value in table'
  68.           TabOrder = 0
  69.         end
  70.         object MaxCB: TCheckBox
  71.           Left = 24
  72.           Top = 48
  73.           Width = 145
  74.           Height = 17
  75.           Caption = 'Maximum value in table'
  76.           TabOrder = 1
  77.         end
  78.         object SumCB: TCheckBox
  79.           Left = 24
  80.           Top = 72
  81.           Width = 153
  82.           Height = 17
  83.           Caption = 'Sum of all values'
  84.           TabOrder = 2
  85.         end
  86.         object AveCB: TCheckBox
  87.           Left = 208
  88.           Top = 32
  89.           Width = 145
  90.           Height = 17
  91.           Caption = 'Average value'
  92.           TabOrder = 3
  93.         end
  94.         object SDCB: TCheckBox
  95.           Left = 208
  96.           Top = 72
  97.           Width = 129
  98.           Height = 17
  99.           Caption = 'Standard Deviation'
  100.           Enabled = False
  101.           TabOrder = 4
  102.         end
  103.       end
  104.     end
  105.     object ResultsPage: TTabSheet
  106.       Caption = 'ResultsPage'
  107.       TabVisible = False
  108.       object Label3: TLabel
  109.         Left = 8
  110.         Top = 8
  111.         Width = 92
  112.         Height = 13
  113.         Caption = 'Analysis results:'
  114.         Font.Charset = DEFAULT_CHARSET
  115.         Font.Color = clWindowText
  116.         Font.Height = -11
  117.         Font.Name = 'MS Sans Serif'
  118.         Font.Style = [fsBold]
  119.         ParentFont = False
  120.       end
  121.       object BitBtn5: TBitBtn
  122.         Left = 224
  123.         Top = 152
  124.         Width = 75
  125.         Height = 25
  126.         Caption = 'Print'
  127.         TabOrder = 0
  128.         OnClick = BitBtn5Click
  129.       end
  130.       object BitBtn6: TBitBtn
  131.         Left = 64
  132.         Top = 152
  133.         Width = 75
  134.         Height = 25
  135.         Caption = 'Copy'
  136.         TabOrder = 1
  137.         OnClick = BitBtn6Click
  138.       end
  139.       object StringGrid1: TStringGrid
  140.         Left = 16
  141.         Top = 24
  142.         Width = 369
  143.         Height = 120
  144.         DefaultColWidth = 80
  145.         DefaultRowHeight = 16
  146.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
  147.         TabOrder = 2
  148.       end
  149.     end
  150.   end
  151.   object CancelBtn: TBitBtn
  152.     Left = 32
  153.     Top = 208
  154.     Width = 75
  155.     Height = 25
  156.     Caption = 'Cancel'
  157.     TabOrder = 1
  158.     OnClick = CancelBtnClick
  159.   end
  160.   object PriorBtn: TBitBtn
  161.     Left = 144
  162.     Top = 208
  163.     Width = 75
  164.     Height = 25
  165.     Caption = '<< Prior'
  166.     TabOrder = 2
  167.     OnClick = PriorBtnClick
  168.   end
  169.   object NextBtn: TBitBtn
  170.     Left = 224
  171.     Top = 208
  172.     Width = 75
  173.     Height = 25
  174.     Caption = 'Next >>'
  175.     TabOrder = 3
  176.     OnClick = NextBtnClick
  177.   end
  178.   object FinishBtn: TBitBtn
  179.     Left = 304
  180.     Top = 208
  181.     Width = 75
  182.     Height = 25
  183.     Caption = 'Finish'
  184.     TabOrder = 4
  185.     OnClick = FinishBtnClick
  186.   end
  187.   object PrintDialog1: TPrintDialog
  188.     Left = 164
  189.     Top = 6
  190.   end
  191. end
  192.